home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xmcolor-1.0 / patchlevel.h < prev    next >
C/C++ Source or Header  |  1995-06-18  |  1KB  |  36 lines

  1. /*
  2.  *   patchlevel.h - Common patchlevel header file for xmcolor.
  3.  *
  4.  *    xmcolor - Motif(tm) Color Mixer
  5.  *
  6.  *   Copyright (C) 1994  Ti Kan
  7.  *   E-mail: ti@amb.org
  8.  *
  9.  *   This program is free software; you can redistribute it and/or modify
  10.  *   it under the terms of the GNU General Public License as published by
  11.  *   the Free Software Foundation; either version 2 of the License, or
  12.  *   (at your option) any later version.
  13.  *
  14.  *   This program is distributed in the hope that it will be useful,
  15.  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
  16.  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17.  *   GNU General Public License for more details.
  18.  *
  19.  *   You should have received a copy of the GNU General Public License
  20.  *   along with this program; if not, write to the Free Software
  21.  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  22.  *
  23.  */
  24. #ifndef __PATCHLEVEL_H__
  25. #define __PATCHLEVEL_H__
  26.  
  27. #ifndef LINT
  28. static char *_patchlevel_h_ident_ = "@(#)patchlevel.h    1.1 94/12/05";
  29. #endif
  30.  
  31. #define VERSION        "1.0"        /* The version number */
  32. #define VERSION_EXT    ""        /* Version number extension */
  33. #define PATCHLEVEL    0        /* The patch level */
  34.  
  35. #endif    /* __PATCHLEVEL_H__ */
  36.